func internal/reflectlite.implements
4 uses
internal/reflectlite (current package)
type.go#L722: return implements(u.(*rtype), t)
type.go#L730: return directlyAssignable(uu, t) || implements(uu, t)
type.go#L738: func implements(T, V *rtype) bool {
value.go#L424: case implements(dst, v.typ):
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)